login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126076 Numbers n with following property: suppose n^3 = d1 d2 d3 ...dk in decimal; then d1! + d2! + ... + dk! is a square. 1
1, 7, 10, 36, 54, 62, 600, 658, 692, 823, 888, 907, 1200, 1389, 1898, 2100, 2171, 2824, 3177, 3344, 3711, 3938, 4680, 5029, 5771, 6737, 6787, 6813, 7517, 9600, 9955, 10436, 11356, 12169, 12867, 12967, 13105, 13588, 13879, 14707, 14867, 15400, 15513 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(4)=36

36^3=46656

(4!+6!+6!+5!+6!)^(1/2)=48 is integer

MAPLE

a:=proc(n) local nn: nn:=convert(n^3, base, 10): if type(sqrt(add(nn[j]!, j=1..nops(nn))), integer)=true then n else fi end: seq(a(n), n=1..20000); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 06 2007

CROSSREFS

Sequence in context: A102574 A119169 A095756 * A099579 A056521 A056510

Adjacent sequences:  A126073 A126074 A126075 * A126077 A126078 A126079

KEYWORD

nonn

AUTHOR

Yalcin Aktar (aktaryalcin(AT)msn.com), Mar 02 2007

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 06 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:30 EST 2012. Contains 205978 sequences.