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!)
A050223 Digit sums of hoax numbers A019506. 4
4, 13, 12, 13, 13, 10, 7, 13, 4, 9, 7, 13, 13, 11, 13, 12, 13, 13, 10, 13, 13, 13, 10, 15, 13, 15, 17, 15, 12, 13, 13, 13, 13, 15, 13, 14, 15, 11, 15, 12, 15, 15, 9, 13, 12, 15, 15, 22, 18, 14, 15, 22, 13, 15, 13, 21, 22, 22, 15, 4, 9, 14, 13, 13, 13, 13, 7, 12, 9, 17, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Hoax Number.
FORMULA
a(n) = A007953(A019506(n)).
PROG
(PARI) ishoax(m) = !isprime(m) && (sumdigits(m) == vecsum(apply(sumdigits, factor(m)[, 1]))); \\ A019506
lista(nn) = apply(sumdigits, select(ishoax, [1..nn])); \\ Michel Marcus, Feb 24 2023
CROSSREFS
Sequence in context: A369412 A136137 A287895 * A301792 A344512 A168401
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 April 18 15:48 EDT 2024. Contains 371780 sequences. (Running on oeis4.)