[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A137027 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Numbers k such that k and k^2 use only the digits 1, 3, 4, 6 and 9.
(history; published version)
#9 by Charles R Greathouse IV at Fri Apr 12 09:51:27 EDT 2024
LINKS

J. Wellons, <a href="https://web.archive.org/web/20090206165028/http://jonathanwellons.com/shared-digits/">Tables of Shared Digits</a> [archived]

Discussion
Fri Apr 12
09:51
OEIS Server: https://oeis.org/edit/global/2988
#8 by Joerg Arndt at Mon Jul 05 12:01:01 EDT 2021
STATUS

proposed

approved

#7 by Jon E. Schoenfield at Mon Jul 05 11:47:40 EDT 2021
STATUS

editing

proposed

#6 by Jon E. Schoenfield at Mon Jul 05 11:47:35 EDT 2021
NAME

Numbers n k such that n k and the square of n k^2 use only the digits 1, 3, 4, 6 and 9.

COMMENTS

Generated with DrScheme.

LINKS

Jonathan Wellons, <a href="/A137027/b137027.txt">Table of n, a(n) for n = 1..520</a>

EXAMPLE

641431341949136^2 = 411434166434669436443611146496.

STATUS

approved

editing

#5 by Harvey P. Dale at Mon Jun 10 17:31:31 EDT 2013
STATUS

editing

approved

#4 by Harvey P. Dale at Mon Jun 10 17:31:22 EDT 2013
MATHEMATICA

sdQ[n_]:=Module[{idn2=Union[IntegerDigits[n^2]]}, And@@Table[ MemberQ[ {1, 3, 4, 6, 9}, idn2[[i]]], {i, Length[idn2]}]]; Flatten[ Table[ Select[ FromDigits/@Tuples[{1, 3, 4, 6, 9}, d], sdQ], {d, 7}]] (* Harvey P. Dale, Jun 10 2013 *)

STATUS

approved

editing

#3 by N. J. A. Sloane at Thu Nov 11 07:34:06 EST 2010
LINKS

Jonathan Wellons, <a href="/A137027/b137027.txt">Table of n, a(n) for n=1..520</a>

KEYWORD

base,nonn,new

#2 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
LINKS

Jonathan Wellons, <a href="http://www.research.att.com/~njas/sequences/b137027.txt">Table of n, a(n) for n=1..520</a>

KEYWORD

base,nonn,new

#1 by N. J. A. Sloane at Sun Jun 29 03:00:00 EDT 2008
NAME

Numbers n such that n and the square of n use only the digits 1, 3, 4, 6 and 9.

DATA

1, 3, 4, 6, 13, 14, 19, 31, 44, 63, 119, 369, 643, 1146, 1414, 1914, 3114, 3364, 4119, 6414, 6646, 11914, 11963, 14119, 31131, 31614, 34196, 36694, 44313, 64313, 64414, 141313, 191414, 311343, 316143, 336696, 363196, 366946, 411636, 411694, 641414, 969119, 1196646, 1414194, 1913469, 3334114, 3363646, 3649196, 3666969, 3693196, 4434114

OFFSET

1,2

COMMENTS

Generated with DrScheme

LINKS

Jonathan Wellons, <a href="http://www.research.att.com/~njas/sequences/b137027.txt">Table of n, a(n) for n=1..520</a>

J. Wellons, <a href="http://jonathanwellons.com/shared-digits/">Tables of Shared Digits</a>

EXAMPLE

641431341949136^2 = 411434166434669436443611146496

KEYWORD

base,nonn

AUTHOR

Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008

STATUS

approved