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!)
A269594 a(n) = (A269590(n)^2 + 4)/5^n, n >= 0. 3
4, 4, 8, 104, 212, 313, 11645, 2329, 73757, 160772, 646925, 129385, 25877, 49838696, 2503218301, 16177487972, 18226737365, 3645347473, 2526514341077, 2510040201736, 43137313790909, 136233128831473, 1960924754787877, 1733911367978596, 27260145118408781 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) is integer because b(n) = A269590(n) satisfies b(n)^2 + 4 == 0 (mod 5^n), n>=0.
See A268922 for details and references.
LINKS
FORMULA
a(n) = (b(n)^2 + 4)/5^n, n>=0, with b(n) = A269590(n).
EXAMPLE
a(0) = (0 + 4)/1 = 4.
a(4)= (364^2 + 4)/5^4 = 212.
PROG
(PARI) b(n) = if (n==0, 0, 5^n - truncate(sqrt(-4+O(5^(n)))));
a(n) = (b(n)^2 + 4)/5^n; \\ Michel Marcus, Mar 24 2016
CROSSREFS
Cf. A268922, A269590, A269593 (companion).
Sequence in context: A118016 A201989 A071775 * A134576 A176441 A363683
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Mar 02 2016
EXTENSIONS
Terms a(21) and beyond from Andrew Howroyd, Mar 02 2020
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 16 11:48 EDT 2024. Contains 371711 sequences. (Running on oeis4.)