Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A074238
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A074238 Numbers n such that the sum of the reverses of 1,2,...,n is a perfect square. +0
1
1, 8, 26, 53, 3087, 6173, 8091, 12330, 18358, 42898 (list; graph; listen)
OFFSET

1,2

EXAMPLE

reverse(1) + reverse(2) + ... + reverse(25) + reverse(26) = 1 + 2 + ...+ 52 + 62 = 729 = 27^2, so 26 is a term of the sequence.

MATHEMATICA

s = 0; r = {}; For[i = 1, i <= 10^5, i++, s = s + FromDigits[Reverse[IntegerDigits[i]]]; If[IntegerQ[s^(1/2)], r = Append[r, i]]]; r

CROSSREFS

Cf. A062918.

Sequence in context: A122854 A138502 A126176 this_sequence A126264 A085690 A005897

Adjacent sequences: A074235 A074236 A074237 this_sequence A074239 A074240 A074241

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Sep 19 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research