login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A274463 Subsequence of the automorphic numbers (A003226) with initial term 5 and such that a(n+1) ends with the digits of a(n). 2
5, 25, 625, 12890625, 6259918212890625, 4106619977392256259918212890625, 80863811000557423423230896109004106619977392256259918212890625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
An automorphic number is a number whose square ends in the same digits as the number itself.
The next term has 126 digits.
LINKS
PROG
(PARI)
seq(m, maxn) = L=List(); for(j=1, maxn, listput(L, m); m=(3*m^2-2*m^3)%10 ^ (2*sizedigit(m))); Vec(L)
seq(5, 8)
CROSSREFS
Sequence in context: A215118 A218150 A176594 * A279835 A169652 A359232
KEYWORD
nonn,base
AUTHOR
Colin Barker, Jun 24 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)