Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A038397
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A038397 Concatenate first n squares in reverse order. +0
12
1, 41, 941, 16941, 2516941, 362516941, 49362516941, 6449362516941, 816449362516941, 100816449362516941, 121100816449362516941, 144121100816449362516941 (list; graph; listen)
OFFSET

0,2

REFERENCES

M. Bencze, L.Tutescu, Some Notions and Questions in Number Theory, Sequence 5.

LINKS

M. L. Perez et al., eds., Smarandache Notions Journal

FORMULA

a(n)=(n^2)*10^floor{1+log10[a(n-1)]}+a(n-1), with a(1)=1 - Paolo P. Lava (ppl(AT)spl.at), Jun 20 2008

MAPLE

P:=proc(i) local a, n; a:=1; print(1); for n from 2 by 1 to i do a:=n^2*10^floor(evalf(1+log10(a), 1000))+a; print(a); od; end: P(100); - Paolo P. Lava (ppl(AT)spl.at), Jun 20 2008

CROSSREFS

Sequence in context: A010993 A090836 A114529 this_sequence A104349 A091314 A059762

Adjacent sequences: A038394 A038395 A038396 this_sequence A038398 A038399 A038400

KEYWORD

nonn

AUTHOR

M.I.Petrescu (mipetrescu(AT)yahoo.com)

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research