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!)
A020998 Numbers n such that the sum of the digits of Lucas(n) in base 12 is n. 1
1, 7, 165, 227, 278, 322, 323, 385, 414, 433, 439, 634, 860, 964, 1045, 1268 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
David Terr, On the Sums of Digits of Fibonacci Numbers, Fibonacci Quarterly 34, Aug. 1996, pp. 349-355.
PROG
(PARI) isok(n) = vecsum(digits(fibonacci(n+1)+fibonacci(n-1), 12)) == n; \\ Michel Marcus, Feb 18 2015
CROSSREFS
Cf. A020996.
Sequence in context: A169608 A184754 A160241 * A012504 A012689 A098632
KEYWORD
nonn,base
AUTHOR
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 March 28 21:57 EDT 2024. Contains 371254 sequences. (Running on oeis4.)